IMoveAdditiveCommand Interface

Represents an additive move.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IMoveAdditiveCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IMoveAdditiveCommand : IKsCommand
Public Interface IMoveAdditiveCommand Inherits IKsCommand

 

The IMoveAdditiveCommand interface exposes the following members.

Properties

  Name Description
Acceleration A value of the acceleration.
BufferMode Defines how to blend the velocity of two methods.
Deceleration A value of the deceleration.
Distance The relative distance for the motion. [unit]
Jerk A value of the jerk.
Velocity A value of the maximum velocity.

See also

IntervalZero.KINGSTAR.Base.Class Namespace